home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 009 / penew.arc / PENEW.PRO next >
Encoding:
Text File  |  1986-04-27  |  2.9 KB  |  100 lines

  1. def up = [up]
  2. def down = [down]
  3. def left = [left]
  4. def right = [right]
  5. def pgup = [page up]
  6. def pgdn = [page down]
  7. def home = [begin line]
  8. def end = [end line]
  9. def ins = [insert toggle]
  10. def del = [delete char]
  11. def enter = [begin line] [down] [indent]
  12. def backspace = [rubout]
  13. def esc = [command toggle]
  14. def tab = [tab]
  15. def f1 = [cursor command] [begin line] [erase end line] 'e c:pe.hlp' [execute]
  16. def f2 = [cursor command] [begin line] [erase end line] 'save' [execute]
  17. def f3 = [cursor command] [begin line] [erase end line] 'file' [execute]
  18. def f4 = [cursor command] [begin line] [erase end line] 'quit' [execute]
  19. def f5 = [begin line] [erase end line]
  20. def f6 = [erase end line]
  21. def f7 = [cursor command] [begin line] [erase end line] 'print'
  22. def f8 = [cursor command] [begin line] [erase end line] 'e' [execute]
  23. def f9 = [insert line]
  24. def f10 = [insert line] [up] [first nonblank] [down]
  25. def c-left = [left40]
  26. def c-right = [right40]
  27. def c-pgup = [top edge]
  28. def c-pgdn = [bottom edge]
  29. def c-home = [top]
  30. def c-end = [bottom]
  31. def c-enter = [execute]
  32. def c-backspace = [delete line]
  33. def c-f1 = "╔"
  34. def c-f2 = "╗" [down] [left]
  35. def c-f3 = "║" [up] [left]
  36. def c-f4 = "║" [down] [left]
  37. def c-f5 = "╚" [up] [left]
  38. def c-f6 = "╝" [left] [left]
  39. def c-f7 = "═" [left] [left]
  40. def c-f8 = "═"
  41. def c-f9 = "?" [down] [left]
  42. def c-f10 = "'" [down] [left]
  43. def s-tab = [backtab]
  44. def s-f1 = [page down] [bottom edge] [down] [down] [cursor command]
  45. def s-f2 = [page up] [top edge] [up] [up] [cursor command]
  46. def s-f3 = [reflow]
  47. def s-f4 = [undo]
  48. def s-f5 = [confirm change]
  49. def s-f6 =
  50. def s-f7 = [shift left]
  51. def s-f8 = [shift right]
  52. def s-f9 = [cursor command] [begin line] [erase end line] 'dir a:' [execute]
  53. def s-f10 = [cursor command] [begin line] [erase end line] 'dir b:' [execute]
  54. def a-a =
  55. def a-b = [mark block]
  56. def a-c = [mark char]
  57. def a-d = [delete mark]
  58. def a-e = [end mark]
  59. def a-f = [fill mark]
  60. def a-g =
  61. def a-h =
  62. def a-i =
  63. def a-j = [join]
  64. def a-k =
  65. def a-l = [mark line]
  66. def a-m = [move mark]
  67. def a-n =
  68. def a-o = [overlay block]
  69. def a-p = [cursor data] [unmark] [mark line] [find blank line] [up] [mark line] [reflow] [end mark] [down] [down] [unmark]
  70. def a-q =
  71. def a-r = [redraw]
  72. def a-s = [split]
  73. def a-t =
  74. def a-u = [unmark]
  75. def a-v =
  76. def a-w =
  77. def a-x = [escape]
  78. def a-y = [begin mark]
  79. def a-z = [copy mark]
  80. def a-f1 = [cursor command] [begin line] [erase end line] 'set display color 80' [execute]
  81. def a-f2 = [cursor command] [begin line] [erase end line] 'set display b/w 80' [execute]
  82. def a-f3 =
  83. def a-f4 =
  84. def a-f5 =
  85. def a-f6 =
  86. def a-f7 =
  87. def a-f8 =
  88. def a-f9 =
  89. def a-f10 =
  90. def a-0 = ""
  91. def a-1 = "╩" [up] [left]
  92. def a-2 = "╦" [down] [left]
  93. def a-3 = "╠"
  94. def a-4 = "╣" [left] [left]
  95. def a-5 = "╬"
  96. def a-6 = "░"
  97. def a-7 = "▒"
  98. def a-8 = "▓"
  99. def a-9 = "█"
  100.